Send forget password request
POST /api/v1/users/:email_or_phone/forget-password/public
Description
Send a forget password request to the provided email or phone.
Headers:
- Content-Type: application/json
- ApiKey: The platform api key is required to use this endpoint -
{{platformApiKey}}
URL: /api/v1/users/:email_or_phone/forget-password/public
-
Variable:
- Key:
email_or_phone(Required)- Value:
- Key:
Response: The response is "Created" with a code of 201.
/api/v1/users/:email_or_phone/forget-password/public
Response: 201
LANGUAGE
CURL REQUEST
curl --request POST \
--url /api/v1/users/:email_or_phone/forget-password/public \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!